projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c92db5
)
Translate F11 (ESC [ 23 ~) to ESC.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 20 Jun 1993 08:49:42 +0000
(08:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 20 Jun 1993 08:49:42 +0000
(08:49 +0000)
lisp/term/vt200.el
patch
|
blob
|
history
diff --git
a/lisp/term/vt200.el
b/lisp/term/vt200.el
index 8ed3ee74cc5f6d0360147abb30d01bfd19db3e75..31f64a0f8b24833ff4b69ef6cc3af7819bcf3213 100644
(file)
--- a/
lisp/term/vt200.el
+++ b/
lisp/term/vt200.el
@@
-1,3
+1,6
@@
-;; For our purposes we can treat the vt200 and vt100 alike.
-;;
The
differences are handled by the termcap entry.
+;; For our purposes we can treat the vt200 and vt100 al
most al
ike.
+;;
Most
differences are handled by the termcap entry.
(load "term/vt100" nil t)
+
+;; Make F11 an escape key.
+(define-key function-key-map "\e[23~" [?\e])